REFGPX="reference/expertgps.gpx" # reference file for all tests
EXCL="ozi vitosmt" # exclude formats from test
CAPS=""
+# TEMPDIR=/dev/shm/gb-test-all
TEMPDIR=/tmp/gb-test-all
CATALOG=/tmp/gb-test-all.done
LOGFILE=/tmp/gb-test-all.log
esac
case ${caps:2:2} in
rw)
- CMD="${PNAME} -t -i gpx -f $REFGPX -x nuketypes,waypoints,routes -o $format -F $TEMPDIR/t-$format"
+ CMD="${PNAME} -t -i gpx -f $REFGPX -x nuketypes,waypoints,routes -x track,fix=2D -o $format -F $TEMPDIR/t-$format"
try_run "${CMD}" || continue
STAGE_1 "t" $format || exit 1
;;
-w)
- CMD="${PNAME} -t -i gpx -f $REFGPX -x nuketypes,waypoints,routes -o $format -F $TEMPDIR/t-$format"
+ CMD="${PNAME} -t -i gpx -f $REFGPX -x nuketypes,waypoints,routes -x track,fix=2D -o $format -F $TEMPDIR/t-$format"
try_run "${CMD}" || continue
;;
esac